The main things you need to know are:
- 3D reconstructions are still generated by DicomImage objects. This enables them to be viewed in DicomViewer controls via insertion to DicomImages collections.
- These 3D images are created by using the Make3D method of a DicomVolume Object.
- A DicomVolume Object is created from either:
- A single multi-frame DicomImage Object
OR - A set of related single frame images in a DicomImages Collection
- A single multi-frame DicomImage Object
- You then control the viewing of the reconstruction by using the methods and properties of the image's Projection Property.
- 3D specific operations are accessible with Image's PropertiesFor3D property.